home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue28 / subclass / app3main.dfm / app3main.txt
Encoding:
Text File  |  1997-09-09  |  761 b   |  43 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Button1: TButton
  15.     Left = 64
  16.     Top = 40
  17.     Width = 145
  18.     Height = 25
  19.     Caption = 'Put memo below'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23.   object Memo1: TMemo
  24.     Left = 488
  25.     Top = 64
  26.     Width = 185
  27.     Height = 89
  28.     Lines.Strings = (
  29.       'Memo1')
  30.     TabOrder = 1
  31.     OnChange = Memo1Change
  32.   end
  33.   object Button2: TButton
  34.     Left = 384
  35.     Top = 72
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Button2'
  39.     TabOrder = 2
  40.     OnClick = Button2Click
  41.   end
  42. end
  43.